html,body{
	font-family:Montserrat,arial, Helvetica, sans-serif;
	color:#3a4651;
}

#header{
	background-color: #fff;
	height: 72px;
	padding: 8px 0;
	border-bottom: 1px solid #e0e3eb;
}

#header a, #header a:link, #header a:visited, #header a:hover, #header a:active, #header a:focus{
	text-decoration:none;
	border:none;
	outline:none;
}

#header a:focus{
	border:1px solid transparent;
} 

#logo{
	width:960px;
	margin:0 auto;
}

.logos{
	float:left;
	width: 33%;
	/*text-align: center;*/
}

#head-bar{
	height: 39px;
	box-shadow: #0000001a 0px 4px 6px 1px, #0000000f 0px 2px 4px -2px;
}

#wrapper{
	width: 960px;
	height: 100%;
	min-height:720px;
	margin: 0 auto;
	margin-top: -39px;
	background-color: transparent;
}

#head{
	padding:0 15px;
	min-height: 39px;
	line-height: 39px;
	font-size: 14px;
}

#head a, #head a:link, #head a:visited{
	font-size: 14px;
	color: #282f3e;
	padding:5px;
	text-decoration: none;
}

#head a:hover, #head a:active, #head a:focus{
	color: #00afd8;
	text-decoration: none;
}

#user, #headlinks{
	margin:0px;
}

#headlinks{
	float:none;
}

#body{
	padding: 15px;
	min-height:700px;
	background-color:#fff;
	margin-top: 10px;
}

a, a:link, a:visited{
	color:#0082a3;
	text-decoration:underline;
	border:1px solid transparent;
}

a:hover, a:active, a:focus {
	color: #00afd8;
	text-decoration: underline;
	border:1px solid transparent;
}

a:focus{
	border:1px dotted #0172a8
}

h1{
	margin:20px 0;
	font-weight: 700;
	color: #282f3e;
	font-size: 36px;
}

h2{
	margin:20px 0;
	font-weight: 700;
	color: #282f3e;
	font-size: 30px;
}

.validationerror, .ftValidError{
	border: 1px solid;
	border-radius:5px;
	margin: 10px 0px;
	padding: 15px 10px 15px 20px !important;
	color:#B94A48 !important;
	background-color: #F2DEDE;
	border-color:#eed3d7;
}

#regform > fieldset > div:nth-child(5) > div.hint > p{
    margin-top:130px;
}

#appnav{
	float:left; /*This is for appnav on left side*/
	background-color:#fff;
	color:#282f3e;
	border: 1px solid #e0e3eb;
	margin-top: 60px;
	margin-bottom:-4000px;
	padding:0px;
	font-size:14px;
	font-weight:400;
	width:200px;
}

#appnav h3{
	border:none;
	margin:0px;	
	background-color:#0082a3;
	color:#fff;
	width:inherit;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.45px;
	padding: 16px;
	box-sizing:border-box;
}

#appnav li{
	margin: 0 10px;
	border-bottom: 1px dotted #c1c8d7;
	padding:0px;
	font-weight:400;
}

#appnav .current{
	border:none;
	border-bottom: 1px dotted #c1c8d7;
	color:#579b2a;
	margin: 0 10px;
	padding:8px 0;
	font-size:14px;
	font-weight:700;
	background-color:transparent;
}

#appnav a, #appnav a:link, #appnav a:visited{
	display:block;
	padding:8px 0;
	color:#282f3e;
	font-size:14px;
	font-weight:400;
	border:none;
}

#appnav a:hover,#appnav a:active, #appnav a:focus{
	color:#8cc542;
	border:none;
}

#appnav hr{
	margin: 0;
	height: 0;
	visibility: hidden;
	/*background-color: #000;
	outline: none;
	border: none;*/
}

#htmlForm .appform{
	margin-left:230px; /*This is for appnav on left side*/
}


.ftEditForm,.ftViewForm{
	border:none;
	width:700px !important;
}

.appform h2, .ftEditPageHeading{
	background-color:#0082a3;
	color:#fff;
	width:inherit;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.45px;
	padding: 16px 24px;
}

.loginbox .appform h2 {
	width: 290px;
}

.appform h3, .ftEditSectionHeading{
	background-color: #00afd8;
	font-weight: 700;
	letter-spacing: -0.45px;
	padding: 16px 24px;
	font-size: 16px;
	color:#fff;
	width:inherit;
}

.ftEditColumnHeading{
	background-color:transparent;
	font-size:18px;
	width:inherit;
}

.appform .btn{
	font-size:90%;
	border:none;
	background:none;
	position: relative;
    background-color:transparent;
    border:none;
	height: 40px;
}

.loginbox .appform .btn{
	padding-left:105px;
}

.loginbox .appform .l{
	min-width:145px !important;
}

#regform .field {
	width: 660px;
}

.otp-steps{ /*MFA set up steps*/
	width:70px;
}

.appform .btn input, #body .appform .btn a.linkbtn, .appform .btn .close{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size:14px;
    text-decoration:none;
    cursor:pointer;
	padding:0;
	width:140px;
	background-color: #00afd8;
	color: #fff;
	border: none;
	line-height: 40px;
	border-radius: 8px;
	height: 40px;
}

.appform .btn input:hover, #body .appform .btn a.linkbtn:hover, .appform .btn .close:hover{
    background-color: #0082a3;
}

.appform .btn .next, .appform .btn .review{
   background-image:url(https://static.smartygrants.com.au/default/arrows/white-arrow-right2.png);
   background-size:18px;
   background-position:113px center; /*if editing the input width above 130 add the same amount here*/
}

.appform .btn input.btndisabled{
    cursor:not-allowed;
}

.appform .btn .prev{
   background-image:url(https://static.smartygrants.com.au/default/arrows/white-arrow-left2.png);
   background-size:18px;
   background-position:8px center;
}

.appform .btn .mid{
    width: 410px;
}

.appform .l{
	width: 197px;
}

a.leaflet-pelias-search-icon{
	visibility: hidden;
}

#lastSaved{
    margin-top:-80px;
	float:right !important; /*This is for appnav on left side*/
}

.iconbar .item a:hover {
	text-decoration: underline;
}

.iconbar .item-narrow{
	width:185px;
}

.appform textarea.ftFieldAddressFull {
    width: max-content;
    min-width: 500px;
    height: 20px;
}

.update-details a {
	font-weight: normal;
}

#footer-top{
	background-color:#00afd8;
	color:#006984;
	text-align:center;
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
	padding:12px 0;
}

#footer-top p{
	margin:0;
}

#footer-top a{
	color:#026a85;
}

#footer-top a:hover{
	color: #fff;
}

#footer{
	background-color: #006984;
	color: #ccf6ff;
	font-weight: 600;
	line-height: 29px;
}

#footer-content{
	width: 960px;
	margin:0 auto;
	padding-top: 40px;
	height:230px;
}

#footer h4{
	font-weight: 700;
	color: #ccf6ff;
	font-size: 18px;
	margin-bottom: 15px;
}

.footer-position{
	width: 50%;
	float: left;
	height: 85px;
	margin-top: 0px;
	font-size: 14px;
}

.footer-position ul{
	margin:0px;
}

.footer-position li{
	list-style:none;
	margin-bottom:0px;
}

.organisation{
	
}

#footer a, #footer a:link, #footer a:visited{
	color:#ccf6ff;
	text-decoration:underline;
	border:1px solid transparent;
}

#footer a:hover, #footer a:active, #footer a:focus{
	color:#2da8fb;
	text-decoration:underline;
	border:1px solid transparent;
}

#footer a:focus{
	border:1px dotted #0172a8
}

#footer-lower{
	background-color: #004e63;
	color:#00afd8;
	font-size: 12px;
	line-height: 36px;
	padding:12px 0;
}

#footer-lower p{
	width: 960px;
	margin:0 auto;
}

/*This is necessary for an ie11 glitch.*/
.questionLegend{
	width:inherit;
}

.create-sf-profile-btn{
    text-decoration:none !important;
}